net/http.http2priorityNodeRFC7540.q (field)

7 uses

	net/http (current package)
		h2_bundle.go#L11492: 	q            http2writeQueue               // queue of pending frames to write
		h2_bundle.go#L11554: 	if !n.q.empty() && f(n, openParent) {
		h2_bundle.go#L11674: 		q:      *ws.queuePool.get(),
		h2_bundle.go#L11701: 	q := n.q
		h2_bundle.go#L11725: 			q:      *ws.queuePool.get(),
		h2_bundle.go#L11798: 	n.q.push(wr)
		h2_bundle.go#L11807: 		wr, ok = n.q.consume(limit)